home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TURNON / TURN036.DIR / 00038_Script_38 < prev    next >
Text File  |  1995-05-29  |  388b  |  16 lines

  1. on mouseDown
  2.   global lastpath, lastmovie, lastframe
  3.   set lastpath = the pathname
  4.   set lastmovie = the movie
  5.   set lastframe = "A return"
  6.   if the volume of sound 1 <> 255 then 
  7.     puppetsound "nul sound" 
  8.     updatestage
  9.     set the volume of sound 1 = 255
  10.   end if
  11.   sound close 2
  12.   puppetsound "music loop"  
  13.   updatestage
  14.   go to movie "@/TANGENTS/ORACL036.DIR"
  15. end
  16.